Total Complexity | 1 |
Total Lines | 8 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | import AbstractDropdownDispatcher from './AbstractDropdownDispatcher'; |
||
4 | export default class MarkDropdownDispatcher extends AbstractDropdownDispatcher { |
||
5 | getMenuItem(schema) { |
||
6 | return super.getMenuItem(schema, { |
||
7 | icon: svgIcon('format-text'), |
||
8 | label: LANG.plugins.prosemirror['label:marks'], |
||
|
|||
9 | }); |
||
10 | } |
||
11 | } |
||
12 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.